Port SequencerEntrypoint to use ovm solc#535
Merged
smartcontracts merged 9 commits intomasterfrom Apr 21, 2021
Merged
Conversation
🦋 Changeset detectedLatest commit: 2f2459e The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
ben-chain
requested changes
Apr 21, 2021
Collaborator
ben-chain
left a comment
There was a problem hiding this comment.
This looks good to me! Only change we need to make is fix the TEMP compiler version. I'm gonna build a version based off of master now that we can use; hopefully @smartcontracts has a good way to invalidate the cache to make sure it updates.
packages/contracts/contracts/optimistic-ethereum/OVM/predeploys/OVM_SequencerEntrypoint.sol
Show resolved
Hide resolved
packages/contracts/test/contracts/OVM/precompiles/OVM_SequencerEntrypoint.spec.ts
Outdated
Show resolved
Hide resolved
karlfloersch
requested changes
Apr 21, 2021
Contributor
karlfloersch
left a comment
There was a problem hiding this comment.
Ah @smartcontracts don't forget to add a changeset
InoMurko
referenced
this pull request
in omgnetwork/optimism
May 25, 2021
* port SequencerEntrypoint to use ovm solc * Minor tweaks and comments * have hardhat-ovm invalidate cache on commit to solc-bin * remove temporary solc version override * have cache invalidation on a per-version basis * remove ethereumjs-util dep * fix lint error * use allow_kall_2 compiler until build is fixed * add changeset
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
* chore(preimage): Improve error differentiation in preimage servers * test unblock on failure for hintrouter * assert err * fix bad utf8 unblocking
theochap
pushed a commit
that referenced
this pull request
Jan 15, 2026
Renames `InvalidInboxEntry` to `SuperchainDAError`. Some of these error variants occur also on updating superchain state. The name `InvalidInboxEntry` is to specialised for `supervisor_checkAccessList`. Adds feature `jsonrpsee` to `op-alloy-rpc-types` and feature gated conversion to `jsonrpsee::ErrorObjectOwned`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Breaking #475 into several PRs for simplicity. First PR here is porting
OVM_SequencerEntrypointto use the l2 compiler.